2020-2021 Sunseeker Telemetry and Lighting System
flashctl_ex1_infoSegmentWrite.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Macros

#define SEGSTART   0x1060
 
#define SEG_LEN   16
 

Functions

void write_InfoSeg (uint32_t value)
 
void main (void)
 

Variables

const uint32_t Value = 0xBEEFDEAD
 

Macro Definition Documentation

◆ SEG_LEN

#define SEG_LEN   16

Definition at line 57 of file flashctl_ex1_infoSegmentWrite.c.

◆ SEGSTART

#define SEGSTART   0x1060

Definition at line 55 of file flashctl_ex1_infoSegmentWrite.c.

Function Documentation

◆ main()

void main ( void  )

Definition at line 64 of file flashctl_ex1_infoSegmentWrite.c.

References __no_operation(), SEG_LEN, SEGSTART, and Value.

◆ write_InfoSeg()

void write_InfoSeg ( uint32_t  value)

Variable Documentation

◆ Value

const uint32_t Value = 0xBEEFDEAD

Definition at line 60 of file flashctl_ex1_infoSegmentWrite.c.

Referenced by ti_mcu_msp430_driverlib_product::exec(), and main().